ocr: ncapsulation Encapsulation, is one of the three main properties of Object Oriented Programmingtthe other two are Inheritance and Polymorphism). ncapsulation means to combine a data structure with functions that are responsible or dedicated to manipulating the data. Encapsulation can be achieved by a detining a class. Functions are simply methods or actions that dictate what the data structure or class is doing with the given data. Member runctions, are operations on objects of the class. There are two special types of member runctions, Lonstructors and Destructors. AC Lonstructor, specifies ho ...